diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:36:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:36:26 +0000 |
commit | 92a3247d9af70f75e1460f12877a55d3554ab9b9 (patch) | |
tree | f008397484de3cfdd331e561eb97e380cb38e2af /target/linux/ar71xx/image | |
parent | bede9dff8a60c3bf0ef598fd912ad6ec971fe872 (diff) | |
download | upstream-92a3247d9af70f75e1460f12877a55d3554ab9b9.tar.gz upstream-92a3247d9af70f75e1460f12877a55d3554ab9b9.tar.bz2 upstream-92a3247d9af70f75e1460f12877a55d3554ab9b9.zip |
ar71xx: fix factory image creation for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35589 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index e1c73148fc..94d321398d 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -355,7 +355,7 @@ define Image/Build/Cameo933x/initramfs endef define Image/Build/Cameo934x - $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4)) + $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007718,$(4)) endef define Image/Build/Cameo934x/initramfs |