Author: juhosg Date: 2014-07-13 20:21:09 +0200 (Sun, 13 Jul 2014) New Revision: 41621
Added: trunk/target/linux/ar71xx/generic/profiles/gl-connect.mk Modified: trunk/target/linux/ar71xx/image/Makefile Log: ar71xx: add profile and build image for GL.iNet v1 Patch is based on http://patchwork.openwrt.org/patch/5273/. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Signed-off-by: Michel Stempin <[email protected]> Signed-off-by: Mark Janssen <[email protected]> Signed-off-by: alzhao <[email protected]> Patchwork: http://patchwork.openwrt.org/patch/5653/ Signed-off-by: Gabor Juhos <[email protected]> Added: trunk/target/linux/ar71xx/generic/profiles/gl-connect.mk =================================================================== --- trunk/target/linux/ar71xx/generic/profiles/gl-connect.mk (rev 0) +++ trunk/target/linux/ar71xx/generic/profiles/gl-connect.mk 2014-07-13 18:21:09 UTC (rev 41621) @@ -0,0 +1,17 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/GLINET + NAME:=GL.iNet + PACKAGES:=kmod-usb-core kmod-usb2 +endef + +define Profile/GLINET/Description + Package set optimized for the GL-Connect GL.iNet v1. +endef + +$(eval $(call Profile,GLINET)) Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2014-07-13 18:21:08 UTC (rev 41620) +++ trunk/target/linux/ar71xx/image/Makefile 2014-07-13 18:21:09 UTC (rev 41621) @@ -1132,6 +1132,7 @@ $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V2,archer-c7-v2,ARCHER-C7,ttyS0,115200,0xc7000002,1,16Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ELM150,el-m150,EL-M150,ttyATH0,115200,0x01500101,1,8Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ELMINI,el-mini,EL-MINI,ttyATH0,115200,0x01530001,1,8Mlzma)) +$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,GLINET,gl-inet-v1,GL-INET,ttyATH0,115200,0x08000001,1,8Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR10U,tl-mr10u-v1,TL-MR10U,ttyATH0,115200,0x00100101,1,4Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV1,tl-mr11u-v1,TL-MR11U,ttyATH0,115200,0x00110101,1,4Mlzma)) $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV2,tl-mr11u-v2,TL-MR11U,ttyATH0,115200,0x00110102,1,4Mlzma)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
