From: juhosg Date: Thu, 26 Jan 2012 17:01:44 +0000 (+0000) Subject: ar71xx: create a profile and build images for Compex WPE72 X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/b8f011112271eb8faa257d1e95e1b5552a5fcfb3 ar71xx: create a profile and build images for Compex WPE72 [juhosg: remove ath9k from the the profile package list, build WPE72 image with the Default profile as well] Signed-off-by: Johnathan Boyce git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/generic/profiles/compex.mk b/target/linux/ar71xx/generic/profiles/compex.mk index 38d963a5c..349147381 100644 --- a/target/linux/ar71xx/generic/profiles/compex.mk +++ b/target/linux/ar71xx/generic/profiles/compex.mk @@ -15,3 +15,14 @@ define Profile/WP543/Description endef $(eval $(call Profile,WP543)) + +define Profile/WPE72 + NAME:=Compex WPE72/WPE72NX + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 +endef + +define Profile/WPE72/Description + Package set optimized for the Compex WPE72 boards including Compex WPE72NX Indoor Access Point. +endef + +$(eval $(call Profile,WPE72)) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a5672869f..4e538b8b7 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -684,6 +684,11 @@ define Image/Build/Profile/WP543 $(call Image/Build/Template/$(fs_64k)/$(1),MyLoader,wp543,$(wp543_cmdline),0x1000000,16M) endef +wpe72_cmdline=console=ttyS0,115200 +define Image/Build/Profile/WPE72 + $(call Image/Build/Template/$(fs_64k)/$(1),MyLoader,wpe72,$(wpe72_cmdline),0x800000,8M) +endef + dir600a1_cmdline=board=DIR-600-A1 console=ttyS0,115200 define Image/Build/Profile/DIR600A1 $(call Image/Build/Template/$(fs_64k)/$(1),Cameo7240,dir-600-a1,$(dir600a1_cmdline),"AP91-AR7240-RT-090223-00") @@ -1011,6 +1016,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWR2543,$(1)) $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) + $(call Image/Build/Profile/WPE72,$(1)) $(call Image/Build/Profile/WNDR3700,$(1)) $(call Image/Build/Profile/AP96,$(1)) $(call Image/Build/Profile/WRT400N,$(1))