mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
dd5716ef18
luci-app-mtwifi-cfg: add zh-cn po defconfig: update luci-app-mtwifi-cfg
18 lines
344 B
Makefile
18 lines
344 B
Makefile
#
|
|
# Copyright (C) hanwckf <hanwckf@vip.qq.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for mtwifi-cfg
|
|
LUCI_DEPENDS:=+mtwifi-cfg
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|