diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-23 19:58:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-23 19:58:14 +0000 |
commit | c8718a220b6674ee93b3b8f7f7a8803a472a0620 (patch) | |
tree | 2d6d49de974c430c8bb5848802a12c590c406d5c /target/linux/ramips | |
parent | 507c7d30f5093a4144ccfa79cb22f8a3a88ae97b (diff) | |
download | upstream-c8718a220b6674ee93b3b8f7f7a8803a472a0620.tar.gz upstream-c8718a220b6674ee93b3b8f7f7a8803a472a0620.tar.bz2 upstream-c8718a220b6674ee93b3b8f7f7a8803a472a0620.zip |
ramips: image: use GENERIC_4M template for the ALL0256N board
SVN-Revision: 30704
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 1c7c779306..e0acaedd33 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 |