diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 17:55:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 17:55:12 +0000 |
commit | cebaa557bee1f85438df114db5ac0c8aca31af37 (patch) | |
tree | ed86c7631b658e3e898eb7aca9b6e8e356ee341b /target | |
parent | 3686b8d279c4ef5840a2001695de234ecdb313d9 (diff) | |
download | upstream-cebaa557bee1f85438df114db5ac0c8aca31af37.tar.gz upstream-cebaa557bee1f85438df114db5ac0c8aca31af37.tar.bz2 upstream-cebaa557bee1f85438df114db5ac0c8aca31af37.zip |
ramips: fix board parameter for the NBG-419N (#12061)
SVN-Revision: 33229
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index e7f4074786..e43b501ee4 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -444,7 +444,7 @@ define Image/Build/Profile/MOFI35003GN endef define Image/Build/Profile/NBG419N - $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,nbg-419n,NBG419N,ttyS1,57600,phys) + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,nbg-419n,NBG-419N,ttyS1,57600,phys) endef define Image/Build/Profile/NW718 |