Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 994 Bytes

OPENWRT.md

File metadata and controls

42 lines (37 loc) · 994 Bytes

Openwrt

Instructions for compiling the module:

/!\ 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

remove:

  • 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)
  1. Automatic rebuild of packages
  2. Automatic removal of build directories

Target a commit (sha1)

  1. edit Makefile
nano ./feeds/base/package/kernel/mwlwifi/Makefile
  1. drop patch
rm ./feeds/base/package/kernel/mwlwifi/patches -Rf
  1. compile
make -j$(nproc) package/mwlwifi/compile
  1. Find ipk here
ls -al bin/targets/mvebu/cortexa9/packages/kmod-mwlwifi_*