diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:11:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:11:17 +0000 |
commit | fdcfc8c40a297a8aa9fac9aae06781c50520ff8e (patch) | |
tree | 87ab989369d5e72aebb067973b28372b0fe26bc8 /target/linux/ar71xx/image | |
parent | e707f02ed6991d13f4beb21454e4386c28b871c9 (diff) | |
download | upstream-fdcfc8c40a297a8aa9fac9aae06781c50520ff8e.tar.gz upstream-fdcfc8c40a297a8aa9fac9aae06781c50520ff8e.tar.bz2 upstream-fdcfc8c40a297a8aa9fac9aae06781c50520ff8e.zip |
ar71xx: image: use the new helpers for the Cameo933x images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a2811242ea..d546c3430a 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -795,10 +795,7 @@ $(eval $(call SingleProfile,Cameo913x,$(fs_squash),TEW652BRP_FW,tew-652brp,TEW-6 $(eval $(call SingleProfile,Cameo913x,$(fs_squash),TEW652BRP_RECOVERY,tew-652brp-recovery,TEW-632BRP,ttyS0,115200,"AP81-AR9130-RT-070614-02")) $(eval $(call MultiProfile,TEW652BRP,TEW652BRP_FW TEW652BRP_RECOVERY)) -tew712br_cmdline=board=TEW-712BR console=ttyATH0,115200 -define Image/Build/Profile/TEW712BR - $(call Image/Build/Template/$(fs_squash)/$(1),Cameo933x,tew-712br,$(tew712br_cmdline),"HORNET-RT-TEW712BR-3") -endef +$(eval $(call SingleProfile,Cameo933x,$(fs_squash),TEW712BR,tew-712br,TEW-712BR,ttyATH0,115200,"HORNET-RT-TEW712BR-3")) $(eval $(call SingleProfile,Cameo913x,$(fs_squash),A02RBW300N,a02-rb-w300n,TEW-632BRP,ttyS0,115200,"AP81-AR9130-RT-070614-03")) |