OpenWrt源码编译新增项
OpenWrt源码编译新增项
基于源码编译的openwrt,因为默认不是release版本,因此会砍掉一些东西。例如最基本的luci-web就没有。
为了方便使用,自己经常会新增某些package,这里记录一些常用的package。
-
luci. LuCI interface with Uhttpd as Webserver (default)
-
luci-theme-argon. Argon Theme
cd openwrt/package git clone https://github.com/jerrykuku/luci-theme-argon.git make menuconfig #choose LUCI->Theme->Luci-theme-argon make -j1 V=s
-
luci-app-argon-config. LuCI page for Argon Config
cd openwrt/package git clone https://github.com/jerrykuku/luci-app-argon-config.git make menuconfig #choose LUCI->Application->Luci-app-argon-config make -j1 V=s
-
tcpdump. Network monitoring and data acquisition tool
-
tftp/tftpd. Base system->busybox->Customize busybox options->Network utilities
-
htop. Administrator
-
kmod-tun + openconnect VPN + luci-proto-openconnect
-
luci-app-samba4 + kmod-usb-storage + kmod-usb3-storage
-
rp-pppoe-server -
block-mount