Skip to content

Commit a040986

Browse files
author
zhengmz-docker
committed
update HiWiFi_HC5962.config
1 parent eb737db commit a040986

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

HiWiFi_HC5962.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_TARGET_ramips_mt7621=y
33
CONFIG_TARGET_ramips_mt7621_DEVICE_hiwifi_hc5962=y
44

55
# lean lede default based(5.4):
6+
# file: include/target.mk
67
#CONFIG_LINUX_5_4=y
78
#DEFAULT_PACKAGES.router:=\
89
# luci-newapi block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw \
@@ -178,8 +179,13 @@ CONFIG_PACKAGE_luci-app-samba=m
178179
CONFIG_PACKAGE_luci-app-samba4=m
179180
CONFIG_PACKAGE_luci-app-transmission=m
180181
# For printer
181-
CONFIG_PACKAGE_luci-app-usb-printer=m
182+
# 将传统打印机转成网络打印机
183+
# luci-app-usb-printer 实际也是调用luci-app-p910nd,且只支持 usb
184+
# CONFIG_PACKAGE_luci-app-usb-printer=m
185+
# 支持 USB (kmod-usb-printer) 和 并口 (kmod-lp),且官方维护
182186
CONFIG_PACKAGE_luci-app-p910nd=m
187+
CONFIG_PACKAGE_kmod-usb-printer=m
188+
CONFIG_PACKAGE_kmod-lp=m
183189

184190
# For Develop
185191
# VSCode + sftp plugin

0 commit comments

Comments
 (0)