Hi Soma,

On 11/11/12 13:33, Manuel Munz wrote:
> Without this patch imagebuilder fails to build images for bcm4705*
> targets which depend on kmod-ssb-gige because no kmod-package was built.
> I don't have any hardware to test if it is still properly built into the
> images, so please review/test.
> 
> Signed-off-by: Manuel Munz <freif...@somakoma.de>
> 
> Index: target/linux/brcm47xx/modules.mk
> ===================================================================
> --- target/linux/brcm47xx/modules.mk  (Revision 34135)
> +++ target/linux/brcm47xx/modules.mk  (Arbeitskopie)
> @@ -26,6 +26,8 @@
>    KCONFIG:=CONFIG_SSB_DRIVER_GIGE=y
>    DEPENDS:=@TARGET_brcm47xx +kmod-tg3
>    SUBMENU:=$(NETWORK_DEVICES_MENU)
> +  FILES:=$(LINUX_DIR)/drivers/ssb/driver_gige.o
Shouldn't it rather be .ko?
Maybe you also beed to replace
KCONFIG:=CONFIG_SSB_DRIVER_GIGE=y
by
KCONFIG:=CONFIG_SSB_DRIVER_GIGE
so it would actually build it as a module and a .ko gets created.



_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to