mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-12 18:35:04 +08:00
15 lines
359 B
Makefile
15 lines
359 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=USB Printer Share via TCP/IP
|
|
LUCI_DEPENDS:=+luci-compat +p910nd +kmod-usb-printer
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|