diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-23 19:58:14 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-23 19:58:14 +0000 |
commit | 3512e351311a1c10f42ad51eb4167dc49df45d65 (patch) | |
tree | ffca5e81dba3fb8ceab4d41281362d778e86b328 /target/linux/ramips | |
parent | 3bc6de1a9cfb21cd7a1b0b9040b7d259e5b571ee (diff) |
ramips: image: use GENERIC_4M template for the ALL0256N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30704 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 1c7c77930..e0acaedd3 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -262,12 +262,8 @@ define Image/Build/Profile/BC2 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,bc2,BC2,ttyS1,57600,phys) endef -define Image/Build/Template/ALL0256N - $(call BuildFirmware/Generic,$(1),all0256n,board=ALL0256N $(call mkmtd/spi,$(mtdlayout_4M)),851968,3014656) -endef - define Image/Build/Profile/ALL0256N - $(call Image/Build/Template/$(fs_squash)/$(1),ALL0256) + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,all0256n,ALL0256N,ttyS1,57600,spi) endef define Image/Build/Profile/NBG419N |