[source] brcm47xx: specify DEVICE_PACKAGES for Netgear WGT634U

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 30 00:24:05 PST 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/b1bdb6e5eaa4aa053e7bf698860afb9e331d6f5d

commit b1bdb6e5eaa4aa053e7bf698860afb9e331d6f5d
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Dec 28 23:10:14 2016 +0100

    brcm47xx: specify DEVICE_PACKAGES for Netgear WGT634U
    
    This allows using it nicely with PER_DEVICE_ROOTFS.
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
    Cc: Russell Senior <russell at personaltelco.net>
---
 target/linux/brcm47xx/image/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 72ac814..04077e8 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -7,6 +7,8 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/image.mk
 
+USB2_PACKAGES := kmod-usb2
+
 define Build/Clean
 	$(MAKE) -C lzma-loader clean
 endef
@@ -448,6 +450,7 @@ TARGET_DEVICES += netgear-wgr614-v8
 
 define Device/netgear-wgt634u
   DEVICE_TITLE := Netgear WGT634U
+  DEVICE_PACKAGES := kmod-ath5k $(USB2_PACKAGES)
   FILESYSTEMS := $(FS_128K)
   IMAGES := bin
   IMAGE/bin := append-rootfs | trx-with-loader | prepend-with-elf



More information about the lede-commits mailing list