Adjustments for the Gluon project

This commit is contained in:
Matthias Schiffer 2013-01-30 21:20:58 +01:00
parent 3705f854dd
commit cfc8cc1336
17 changed files with 9 additions and 10 deletions

View File

@ -3,23 +3,22 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=config-mode PKG_NAME:=gluon-config-mode
PKG_RELEASE:=0.0.1 PKG_RELEASE:=0.0.1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/config-mode define Package/gluon-config-mode
SECTION:=luci SECTION:=gluon
CATEGORY:=LuCI CATEGORY:=Gluon
SUBMENU:=9. Freifunk TITLE:=Luci based config mode for user friendly setup of new meshnodes
TITLE:=Luci based config-mode for userfriendly setup of new meshnodes
DEPENDS:=+luci-mod-admin-core DEPENDS:=+luci-mod-admin-core
endef endef
define Package/config-mode/description define Package/gluon-config-mode/description
Luci based config-mode Luci based config mode
endef endef
define Build/Prepare define Build/Prepare
@ -32,8 +31,8 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/config-mode/install define Package/gluon-config-mode/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
endef endef
$(eval $(call BuildPackage,config-mode)) $(eval $(call BuildPackage,gluon-config-mode))