Author: blogic Date: 2016-04-09 12:26:11 +0200 (Sat, 09 Apr 2016) New Revision: 49148
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 OM5P-AC 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 2016-04-09 10:26:08 UTC (rev 49147) +++ trunk/target/linux/ar71xx/generic/profiles/openmesh.mk 2016-04-09 10:26:11 UTC (rev 49148) @@ -27,6 +27,17 @@ $(eval $(call Profile,OM5P)) +define Profile/OM5PAC + NAME:=OpenMesh OM5P-AC + PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog +endef + +define Profile/OM5PAC/Description + Package set optimized for the OpenMesh OM5P-AC. +endef + +$(eval $(call Profile,OM5PAC)) + define Profile/MR600 NAME:=OpenMesh MR600 PACKAGES:=kmod-ath9k om-watchdog Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2016-04-09 10:26:08 UTC (rev 49147) +++ trunk/target/linux/ar71xx/image/Makefile 2016-04-09 10:26:11 UTC (rev 49148) @@ -2470,6 +2470,7 @@ $(eval $(call SingleProfile,OpenMesh,squashfs-only,OM2P,om2p,,,,OM2P)) $(eval $(call SingleProfile,OpenMesh,squashfs-only,OM5P,om5p,,,,OM5P)) +$(eval $(call SingleProfile,OpenMesh,squashfs-only,OM5PAC,om5pac,,,,OM5PAC)) $(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)) @@ -2518,7 +2519,7 @@ $(eval $(call MultiProfile,AP152,AP152_16M)) $(eval $(call MultiProfile,DIR615IX,DIR615I1 DIR615I3)) $(eval $(call MultiProfile,EWDORIN, EWDORINAP EWDORINRT EWDORIN16M)) -$(eval $(call MultiProfile,OPENMESH,OM2P OM5P MR600 MR900 MR1750)) +$(eval $(call MultiProfile,OPENMESH,OM2P OM5P OM5PAC MR600 MR900 MR1750)) $(eval $(call MultiProfile,TEW652BRP,TEW652BRP_FW TEW652BRP_RECOVERY)) $(eval $(call MultiProfile,TUBE2H,TUBE2H8M TUBE2H16M)) $(eval $(call MultiProfile,WNR612V2,REALWNR612V2 N150R)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
