wifischedule: remove package arch dependency
Remove package architecture dependency cause wifischedule is "shell script only" Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
e90b775740
commit
175e330ef5
1 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wifischedule
|
PKG_NAME:=wifischedule
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=PRPL
|
PKG_LICENSE:=PRPL
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nils Koenig <openwrt@newk.it>
|
PKG_MAINTAINER:=Nils Koenig <openwrt@newk.it>
|
||||||
|
@ -28,6 +28,7 @@ define Package/wifischedule
|
||||||
TITLE:=Turns WiFi on and off according to a schedule
|
TITLE:=Turns WiFi on and off according to a schedule
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wifischedule/description
|
define Package/wifischedule/description
|
||||||
|
@ -38,6 +39,12 @@ define Package/wifischedule/conffiles
|
||||||
/etc/config/wifi_schedule
|
/etc/config/wifi_schedule
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Prepare
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Configure
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue