├── LICENSE ├── Makefile ├── README.md ├── files ├── minieap.script └── minieap.sh └── patches ├── 001-enable-gbconv.patch ├── 002-remove-date-in-log-message.patch ├── 003-disable-hdd-serial-query-and-show-warning.patch ├── 004-fix-logging-buffer.patch └── 005-remove-pid-check-warn.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/README.md -------------------------------------------------------------------------------- /files/minieap.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/files/minieap.script -------------------------------------------------------------------------------- /files/minieap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/files/minieap.sh -------------------------------------------------------------------------------- /patches/001-enable-gbconv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/patches/001-enable-gbconv.patch -------------------------------------------------------------------------------- /patches/002-remove-date-in-log-message.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/patches/002-remove-date-in-log-message.patch -------------------------------------------------------------------------------- /patches/003-disable-hdd-serial-query-and-show-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/patches/003-disable-hdd-serial-query-and-show-warning.patch -------------------------------------------------------------------------------- /patches/004-fix-logging-buffer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/patches/004-fix-logging-buffer.patch -------------------------------------------------------------------------------- /patches/005-remove-pid-check-warn.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysc3839/openwrt-minieap/HEAD/patches/005-remove-pid-check-warn.patch --------------------------------------------------------------------------------