diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:22:04 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:22:04 +0000 |
commit | de4a6f43f4106f7900a783fa20e1fc9b074ba564 (patch) | |
tree | 2bdb0f3bb6c689e32a103e2869d62a4e7b90e2fc /target/linux/brcm47xx/Makefile | |
parent | 9b112b4e0079bb8a379e8595a91b46ea1c7a42b1 (diff) | |
download | upstream-de4a6f43f4106f7900a783fa20e1fc9b074ba564.tar.gz upstream-de4a6f43f4106f7900a783fa20e1fc9b074ba564.tar.bz2 upstream-de4a6f43f4106f7900a783fa20e1fc9b074ba564.zip |
brcm47xx: switch to the otrx for verifying TRX images
This adds checking CRC32 of provided firmware image.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index cde8f1442a..22b8674b02 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -22,7 +22,7 @@ define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. endef -DEFAULT_PACKAGES += swconfig wpad-mini nvram \ +DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \ kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev |