diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:57 +0000 |
commit | 4ea54b827ffc7a3880ef34d7394c477d62c9d79d (patch) | |
tree | e870d7269d76b2c8949402589203ef5a53b329ec /target/linux | |
parent | d9341f97edfff4482b12a0cf2239e69fc55b1921 (diff) | |
download | upstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.tar.gz upstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.tar.bz2 upstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.zip |
ar71xx: add profile and build firmware image for the Oolite v1 board
Patch-by: Lars Bøgild Thomsen <lth@cow.dk>
Patchwork: http://patchwork.openwrt.org/patch/4922/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40036
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/oolite.mk | 18 | ||||
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/oolite.mk b/target/linux/ar71xx/generic/profiles/oolite.mk new file mode 100644 index 0000000000..448f08d693 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/oolite.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/OOLITE + NAME:=OOLITE + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + + +define Profile/OOLITE/Description + Package set optimized for the OOLITE. +endef +$(eval $(call Profile,OOLITE)) + diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b2b17066f4..09bcb2c368 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -1054,6 +1054,8 @@ $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLWDR4310V1,tl-wdr4310-v1,TL-WDR4 $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLWDR4900V2,tl-wdr4900-v2,TL-WDR4900-v2,ttyS0,115200,0x49000002,1,8Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,MW4530RV1,mw4530r-v1,TL-WDR4300,ttyS0,115200,0x45300001,1,8Mlzma)) +$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,OOLITE,oolite,GS-OOLITE,ttyATH0,115200,0x3C000101,1,16Mlzma)) + $(eval $(call SingleProfile,UAPPRO,64k,UAPPRO,ubnt-uap-pro,UAP-PRO,ttyS0,115200,BZ,BZ,ar934x)) $(eval $(call SingleProfile,UBDEV,64kraw,UBDEV01,ubdev01,UBNT-UF,ttyS0,115200,XM,XM,ar7240)) |