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 | f9599643302436cb98318340cf0631a0b3215d1a (patch) | |
tree | aef9b6c0e2d82020b5b57b633a790ca9e1dad3f4 /target/linux | |
parent | 727249a95d76a1ad089482b06a45f13938eac7e2 (diff) | |
download | upstream-f9599643302436cb98318340cf0631a0b3215d1a.tar.gz upstream-f9599643302436cb98318340cf0631a0b3215d1a.tar.bz2 upstream-f9599643302436cb98318340cf0631a0b3215d1a.zip |
ramips: fix board parameter for the NBG-419N (#12061)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |