summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ar9
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-19 18:06:33 +0000
committerJohn Crispin <john@openwrt.org>2011-07-19 18:06:33 +0000
commit3833b7be24ba9f8cb847de8197e60147068afe67 (patch)
tree32fcce305db898632b66b2c41bc35243045277eb /target/linux/lantiq/ar9
parentfee32761f33dbd165a114d2e83eb1b101f4cb4cc (diff)
downloadmaster-31e0f0ae-3833b7be24ba9f8cb847de8197e60147068afe67.tar.gz
master-31e0f0ae-3833b7be24ba9f8cb847de8197e60147068afe67.tar.bz2
master-31e0f0ae-3833b7be24ba9f8cb847de8197e60147068afe67.zip
add support for more lantiq AR9 boards
SVN-Revision: 27694
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))