diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:33:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:33:25 +0000 |
commit | 376a6c3ff035732932d57c58569acbcd01e2396d (patch) | |
tree | 40c0adb1459ef80ebaaf2834dce352ffd9d3883b /target/linux | |
parent | ab782e4de99f539668e5a1f9df16dd3431311280 (diff) | |
download | upstream-376a6c3ff035732932d57c58569acbcd01e2396d.tar.gz upstream-376a6c3ff035732932d57c58569acbcd01e2396d.tar.bz2 upstream-376a6c3ff035732932d57c58569acbcd01e2396d.zip |
ar71xx: image: use the new helpers for the Planex images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b10a61172e..251fc66f4d 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -821,15 +821,8 @@ define Image/Build/Profile/UBNT $(call Image/Build/Profile/UBNTUNIFI,$(1)) endef -mzkw04nu_cmdline=board=MZK-W04NU console=ttyS0,115200 -define Image/Build/Profile/MZKW04NU - $(call Image/Build/Template/$(fs_64k)/$(1),Planex,mzk-w04nu,$(mzkw04nu_cmdline)) -endef - -mzkw300nh_cmdline=board=MZK-W300NH console=ttyS0,115200 -define Image/Build/Profile/MZKW300NH - $(call Image/Build/Template/$(fs_64k)/$(1),Planex,mzk-w300nh,$(mzkw300nh_cmdline)) -endef +$(eval $(call SingleProfile,Planex,$(fs_64k),MZKW04NU,mzk-w04nu,MZK-W04NU,ttyS0,115200)) +$(eval $(call SingleProfile,Planex,$(fs_64k),MZKW300NH,mzk-w300nh,MZK-W300NH,ttyS0,115200)) nbg460n_cmdline=board=NBG460N console=ttyS0,115200 define Image/Build/Profile/NBG_460N_550N_550NH |