[OpenWrt-Devel] [PATCH 3/3] Add TG582N option in profile section of menuconfig
Kejia Hu (Terry)
kejia.hu at codethink.co.uk
Wed Jun 3 08:28:45 EDT 2015
From: Kejia Hu <kejia.hu at codethink.co.uk>
---
target/linux/brcm63xx/profiles/thomson.mk | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 target/linux/brcm63xx/profiles/thomson.mk
diff --git a/target/linux/brcm63xx/profiles/thomson.mk b/target/linux/brcm63xx/profiles/thomson.mk
new file mode 100644
index 0000000..04eca76
--- /dev/null
+++ b/target/linux/brcm63xx/profiles/thomson.mk
@@ -0,0 +1,9 @@
+define Profile/TG582N
+ NAME:=THOMSON TG582N
+ PACKAGES:=kmod-b43 wpad-mini \
+ kmod-usb2 kmod-usb-ohci
+endef
+define Profile/A4001N1/Description
+ Package set optimized for TG582N.
+endef
+$(eval $(call Profile,TG582N))
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list