diff --git a/package/gluon-config-mode-domain-select/Makefile b/package/gluon-config-mode-domain-select/Makefile index 72fe80e2806d3164a36ea27153ca7e018021b17d..778599b2fde3ccfa0db0947d1ed1194fcdf3c6da 100644 --- a/package/gluon-config-mode-domain-select/Makefile +++ b/package/gluon-config-mode-domain-select/Makefile @@ -7,8 +7,6 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include ../gluon.mk -PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG) - define Package/gluon-config-mode-domain-select SECTION:=gluon @@ -25,13 +23,11 @@ define Build/Configure endef define Build/Compile - $(call GluonBuildI18N,gluon-config-mode-domain-select,i18n) $(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/) endef define Package/gluon-config-mode-domain-select/install $(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/ - $(call GluonInstallI18N,gluon-config-mode-domain-select,$(1)) endef define Package/gluon-config-domain-select/postinst