File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ CONFIG_TARGET_ramips_mt7621=y
3
3
CONFIG_TARGET_ramips_mt7621_DEVICE_hiwifi_hc5962=y
4
4
5
5
# lean lede default based(5.4):
6
+ # file: include/target.mk
6
7
#CONFIG_LINUX_5_4=y
7
8
#DEFAULT_PACKAGES.router:=\
8
9
# 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
178
179
CONFIG_PACKAGE_luci-app-samba4=m
179
180
CONFIG_PACKAGE_luci-app-transmission=m
180
181
# 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),且官方维护
182
186
CONFIG_PACKAGE_luci-app-p910nd=m
187
+ CONFIG_PACKAGE_kmod-usb-printer=m
188
+ CONFIG_PACKAGE_kmod-lp=m
183
189
184
190
# For Develop
185
191
# VSCode + sftp plugin
You can’t perform that action at this time.
0 commit comments