mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
20 lines
415 B
Makefile
20 lines
415 B
Makefile
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-msd_lite
|
|
|
|
LUCI_TITLE:=LuCI app for msd_lite
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+msd_lite
|
|
LUCI_DESCRIPTION:=LuCI support for msd_lite
|
|
|
|
define Package/luci-app-msd_lite/conffiles
|
|
/etc/config/msd_lite
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|