aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ar9
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-07-19 18:06:33 +0000
committerJohn Crispin <blogic@openwrt.org>2011-07-19 18:06:33 +0000
commit251518332b5f3318117d422cb8abac88d1dcb611 (patch)
tree6ffb4efcbb64ae20a9fd02784efb7b0facaf2f1f /target/linux/lantiq/ar9
parent6ab7823969fafb944b0edcaf6a2b40dcad0dcaf3 (diff)
downloadmaster-187ad058-251518332b5f3318117d422cb8abac88d1dcb611.tar.gz
master-187ad058-251518332b5f3318117d422cb8abac88d1dcb611.tar.bz2
master-187ad058-251518332b5f3318117d422cb8abac88d1dcb611.zip
add support for more lantiq AR9 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/ar9')
-rw-r--r--target/linux/lantiq/ar9/profiles/003-buffalo.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/ar9/profiles/003-buffalo.mk b/target/linux/lantiq/ar9/profiles/003-buffalo.mk
new file mode 100644
index 0000000000..bdf838d6e8
--- /dev/null
+++ b/target/linux/lantiq/ar9/profiles/003-buffalo.mk
@@ -0,0 +1,11 @@
+define Profile/WBMR
+ NAME:=WBMR - Buffalo WBMR-HP-G300H
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio \
+ kmod-ltq-dsl-firmware-b kmod-ledtrig-usbdev
+endef
+
+define Profile/WBMR/Description
+ Package set optimized for the Buffalo WBMR routers
+endef
+
+$(eval $(call Profile,WBMR))