/!\ Add to env if you compile as root user
export FORCE_UNSAFE_CONFIGURE="1"
update and install feeds
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
- Select all target specific packages by default
- Select all kernel module packages by default
- Select all userspace packages by default
- Advanced configuration options (for developers)
- Automatic rebuild of packages
- Automatic removal of build directories
- edit Makefile
nano ./feeds/base/package/kernel/mwlwifi/Makefile
- drop patch
rm ./feeds/base/package/kernel/mwlwifi/patches -Rf
- compile
make -j$(nproc) package/mwlwifi/compile
- Find ipk here
ls -al bin/targets/mvebu/cortexa9/packages/kmod-mwlwifi_*