From: Luis R. Rodriguez Date: Mon, 24 May 2010 16:57:24 +0000 (-0700) Subject: compat-wireless: run ./scripts/compat_firmware_install X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4e916644a5810da831bb716ea274c72967cf8d24;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: run ./scripts/compat_firmware_install We were not running this before so users of compat-wireless would not get the compat_firmware stuff properly installed. Since the compat_firmware_*() API is used for *all* compat-wireless drivers this should mean loading of the firmware would have failed for all those requiring firmware. Signed-off-by: Luis R. Rodriguez --- diff --git a/Makefile b/Makefile index e2041123d2d8..0cf16225767e 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,7 @@ install: uninstall install-modules install-scripts install-modules: modules $(MAKE) -C $(KLIB_BUILD) M=$(PWD) $(KMODDIR_ARG) $(KMODPATH_ARG) \ modules_install + @./scripts/compat_firmware_install @./scripts/update-initramfs install-scripts: