mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
25 lines
509 B
Makefile
25 lines
509 B
Makefile
#
|
|
# Copyright (C) 2020-2022 sirpdboy <herboy2008@gmail.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-partexp
|
|
PKG_VERSION:=1.1.0
|
|
PKG_RELEASE:=20240314
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Sirpdboy <herboy2008@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI Support for Automatic Partition Mount
|
|
LUCI_DEPENDS:=+fdisk +block-mount
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|