Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 431 Bytes

DEV.md

File metadata and controls

17 lines (16 loc) · 431 Bytes

Notes for Developers

Build this code locally (using docker)

git clone URL_TO_THIS_REPO
cd asus-media-fw
docker run -it -v $PWD:/build gnuton/asus-mediatek-toolchains-docker:latest /bin/bash
PROFILE="dsl-n16" make

Change Kernel configuration

sudo apt-get install libncurses5-dev libncursesw5-dev
cd /build/linux
cp /build/Project/profile/RT/dsl-n14u/kernel.config .config
make menuconfig