[source] uboot-kirkwood: fix usb of nsa310b u-boot
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 14 03:48:48 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/3b90ed8c1856cf54a952d8471b60972f6d4107d6
commit 3b90ed8c1856cf54a952d8471b60972f6d4107d6
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Sun Feb 12 12:08:06 2017 +0100
uboot-kirkwood: fix usb of nsa310b u-boot
fixes issue "nsa 310b u-boot can initialize usb but cannot
use usb storage so it cannot load files from usb"
Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch b/package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch
index b9fb78d..5a2e5d7 100644
--- a/package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch
+++ b/package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch
@@ -1,3 +1,4 @@
+
arm: kirkwood: add ZyXEL NSA310 device
This patch add ZyXEL NSA310 1-Bay Media Server
@@ -527,7 +528,7 @@ new file mode 100644
index 0000000..d26ef35
--- /dev/null
+++ b/configs/nsa310_defconfig
-@@ -0,0 +1,18 @@
+@@ -0,0 +1,19 @@
+CONFIG_ARM=y
+CONFIG_KIRKWOOD=y
+CONFIG_TARGET_NSA310=y
@@ -545,6 +546,7 @@ index 0000000..d26ef35
+CONFIG_CMD_USB=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_FAT=y
++CONFIG_USB=y
+CONFIG_USB_STORAGE=y
diff --git a/include/configs/nsa310.h b/include/configs/nsa310.h
new file mode 100644
More information about the lede-commits
mailing list