Author: blogic Date: 2015-09-14 22:11:51 +0200 (Mon, 14 Sep 2015) New Revision: 46932
Modified: trunk/target/linux/ar71xx/generic/profiles/openmesh.mk trunk/target/linux/ar71xx/image/Makefile Log: ar71xx: create profile and build image for the OpenMesh MR1750 board Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/target/linux/ar71xx/generic/profiles/openmesh.mk =================================================================== --- trunk/target/linux/ar71xx/generic/profiles/openmesh.mk 2015-09-14 20:11:43 UTC (rev 46931) +++ trunk/target/linux/ar71xx/generic/profiles/openmesh.mk 2015-09-14 20:11:51 UTC (rev 46932) @@ -49,9 +49,20 @@ $(eval $(call Profile,MR900)) +define Profile/MR1750 + NAME:=OpenMesh MR1750 + PACKAGES:=kmod-ath9k kmod-ath10k +endef + +define Profile/MR1750/Description + Package set optimized for the OpenMesh MR1750. +endef + +$(eval $(call Profile,MR1750)) + define Profile/OPENMESH NAME:=OpenMesh products - PACKAGES:=kmod-ath9k om-watchdog + PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog endef define Profile/OPENMESH/Description Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2015-09-14 20:11:43 UTC (rev 46931) +++ trunk/target/linux/ar71xx/image/Makefile 2015-09-14 20:11:51 UTC (rev 46932) @@ -2159,6 +2159,7 @@ $(eval $(call SingleProfile,OpenMesh,squashfs-only,OM5P,om5p,,,,OM5P)) $(eval $(call SingleProfile,OpenMesh,squashfs-only,MR600,mr600,,,,MR600)) $(eval $(call SingleProfile,OpenMesh,squashfs-only,MR900,mr900,,,,MR900)) +$(eval $(call SingleProfile,OpenMesh,squashfs-only,MR1750,mr1750,,,,MR1750)) $(eval $(call SingleProfile,PB4X,128k,ALL0305,all0305,ALL0305,ttyS0,115200)) $(eval $(call SingleProfile,PB4X,128k,EAP7660D,eap7660d,EAP7660D,ttyS0,115200)) @@ -2234,7 +2235,7 @@ $(eval $(call MultiProfile,AP147,AP147_010)) $(eval $(call MultiProfile,DIR615IX,DIR615I1 DIR615I3)) $(eval $(call MultiProfile,EWDORIN, EWDORINAP EWDORINRT EWDORIN16M)) -$(eval $(call MultiProfile,OPENMESH,OM2P OM5P MR600 MR900)) +$(eval $(call MultiProfile,OPENMESH,OM2P OM5P MR600 MR900 MR1750)) $(eval $(call MultiProfile,TEW652BRP,TEW652BRP_FW TEW652BRP_RECOVERY)) $(eval $(call MultiProfile,TLMR3220,TLMR3220V1)) $(eval $(call MultiProfile,TLMR3420,TLMR3420V1)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
