diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-01-28 22:38:37 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-01-28 22:38:37 +0000 |
commit | c0edf30bdce48f83a56e24bfd1caae17e206e840 (patch) | |
tree | cd6c8db59e96d980a99486c151a2edb996054df5 /target/linux/bcm53xx/Makefile | |
parent | b4468a0d61b3370625a7b0a905e0f4cd72bba7f0 (diff) | |
download | upstream-c0edf30bdce48f83a56e24bfd1caae17e206e840.tar.gz upstream-c0edf30bdce48f83a56e24bfd1caae17e206e840.tar.bz2 upstream-c0edf30bdce48f83a56e24bfd1caae17e206e840.zip |
bcm53xx: basic support for Seama format in sysupgrade
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48535
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 7654f1646e..717a44203a 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -23,7 +23,7 @@ endef KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \ +DEFAULT_PACKAGES += swconfig wpad-mini nvram oseama otrx \ kmod-gpio-button-hotplug \ kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer |