diff options
author | John Crispin <john@openwrt.org> | 2011-07-19 18:06:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-19 18:06:33 +0000 |
commit | 3833b7be24ba9f8cb847de8197e60147068afe67 (patch) | |
tree | 32fcce305db898632b66b2c41bc35243045277eb /target/linux/lantiq/ar9 | |
parent | fee32761f33dbd165a114d2e83eb1b101f4cb4cc (diff) | |
download | mtk-20170518-3833b7be24ba9f8cb847de8197e60147068afe67.zip mtk-20170518-3833b7be24ba9f8cb847de8197e60147068afe67.tar.gz mtk-20170518-3833b7be24ba9f8cb847de8197e60147068afe67.tar.bz2 |
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.mk | 11 |
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 0000000..bdf838d --- /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)) |