diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-26 11:43:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-26 11:43:18 +0000 |
commit | 93c89ac0ce18613b603234b1e17c6f676946e9ec (patch) | |
tree | c3ceeafc4034ecd445efd1fece6570567ba9cceb /target | |
parent | 84a8a09c3881dfc2d32f33e35be6d893e0cc5299 (diff) | |
download | master-187ad058-93c89ac0ce18613b603234b1e17c6f676946e9ec.tar.gz master-187ad058-93c89ac0ce18613b603234b1e17c6f676946e9ec.tar.bz2 master-187ad058-93c89ac0ce18613b603234b1e17c6f676946e9ec.zip |
lantiq: build sysupgrade images for lantiqImage
Tested with VGV7510KW22NOR.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 4a358b5123..d78c035ecd 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -301,6 +301,8 @@ define Device/Default FILESYSTEMS := squashfs DEVICE_PROFILE := DEVICE_DTS := + IMAGES := sysupgrade.bin + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs endef DEVICE_VARS += BOARD_ID DEVICE_PROFILE DEVICE_DTS |