diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-22 17:55:12 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-22 17:55:12 +0000 |
commit | 7560aeed3f5cfd323391835f8bc289a5a488eec0 (patch) | |
tree | aef9b6c0e2d82020b5b57b633a790ca9e1dad3f4 | |
parent | 951215d74799ef2f4c28f70433008ae0b69822c1 (diff) |
ramips: fix board parameter for the NBG-419N (#12061)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33229 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e7f407478..e43b501ee 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 |