Felipe Reyes wrote:
> Hello everybody,
> 
> First of all, thanks to all the openwrt hackers for give us a nice piece
> of software with a great set of tools to build a custom version :)
> 
> Now my problem ... I'm installing a X86 custom image of openwrt in a PC
> using a compact flash, and everything works ok (even the sata
> controller :D), but still I cannot find a way to compile and install the
> forcedeth module to use the integrated ethernet (add a pci card is not
> an option, because all the slots are in use), can somebody point me to
> the right direction?
> 
> I still search the package with ./scripts/feeds search forcedeth, even
> adding in my config CONFIG_FORCEDETH=y but still does not work.
> 
> the driver is available in my source code tree
> linux-x86_generic/linux-2.6.25.17/drivers/net/forcedeth.c
> but it's not added in the image.
> 
> any clue?

you can run "make kernel_menuconfig" and add it statically to your kernel,

or

you can build a package,
 "package/rt2570/Makefile"
is a nice example for a minimal kmod package

        harald


> thanks in advance,
> regards
> 

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to