diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
commit | 5a694e09c8559cc257e5252cf2ca4af153215e30 (patch) | |
tree | b2e24362c1a8693926f0cd597050e857a945daa3 /target/linux/ar71xx/image | |
parent | d77418d67e222d0cf4866f6e76e0d4b5dff6e651 (diff) | |
download | upstream-5a694e09c8559cc257e5252cf2ca4af153215e30.tar.gz upstream-5a694e09c8559cc257e5252cf2ca4af153215e30.tar.bz2 upstream-5a694e09c8559cc257e5252cf2ca4af153215e30.zip |
ar71xx: add ALL0305 board alias
For the pure convenience of having a correctly named
image and system name in /proc/cpuinfo , until we can
do that by having system names in DTS...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33224
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 43bb9d320c..18f78897df 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -661,6 +661,11 @@ define Image/Build/Profile/ALL0258N $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,all0258n,$(all0258n_cmdline),$(all0258n_mtdlayout),1048576,5373952,KRuImage) endef +all0305_cmdline=board=ALL0305 console=ttyS0,115200 +define Image/Build/Profile/ALL0305 + $(call Image/Build/Template/$(fs_128k)/$(1),PB4X,all0305,$(all0305_cmdline)) +endef + ap113_mtd_layout=64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x10000(firmware) ap113_cmdline=board=AP113 console=ttyS0,115200 define Image/Build/Profile/AP113 @@ -1083,6 +1088,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/ALFAAP96,$(1)) $(call Image/Build/Profile/ALFANX,$(1)) $(call Image/Build/Profile/ALL0258N,$(1)) + $(call Image/Build/Profile/ALL0305,$(1)) $(call Image/Build/Profile/AP113,$(1)) $(call Image/Build/Profile/AP121,$(1)) $(call Image/Build/Profile/AP121MINI,$(1)) |