diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 07:36:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 07:36:33 +0000 |
commit | 292dd8196fe685c7fa0fdb3af4b7e4a47e9ca777 (patch) | |
tree | 81e81a071acf5d514b51f4626deb60f285736163 /target/linux/ramips/image | |
parent | 49c6fd7f2773d8c65948324c8c1f00ad33db51fc (diff) | |
download | upstream-292dd8196fe685c7fa0fdb3af4b7e4a47e9ca777.tar.gz upstream-292dd8196fe685c7fa0fdb3af4b7e4a47e9ca777.tar.bz2 upstream-292dd8196fe685c7fa0fdb3af4b7e4a47e9ca777.zip |
ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UN
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image')
-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 92a80542ba..3d4d64933b 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -414,7 +414,7 @@ endef define Image/Build/Profile/UPVEL - $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,ur-336un,UR-336UN,ttyS1,57600,phys) + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,ur-336un,UR-336UN,ttyS1,57600,phys) endef define Image/Build/Profile/WR6202 |