Skip to content
Snippets Groups Projects
Commit 20f74c4d authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Adapt to iopsys naming of openwrt feed.

parent 457ac550
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ PKG_CONFIG_DEPENDS := \ ...@@ -30,8 +30,8 @@ PKG_CONFIG_DEPENDS := \
CFLAGS += $(FPIC) CFLAGS += $(FPIC)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/python/python-package.mk include $(TOPDIR)/feeds/openwrt_packages/lang/python/python-package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk include $(TOPDIR)/feeds/openwrt_packages/lang/python/python3-package.mk
define Package/freeradius3/config define Package/freeradius3/config
source "$(SOURCE)/Config.in" source "$(SOURCE)/Config.in"
......
...@@ -37,9 +37,9 @@ include $(INCLUDE_DIR)/package.mk ...@@ -37,9 +37,9 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/version.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-host.mk include $(TOPDIR)/feeds/openwrt_packages/lang/python/python3-host.mk
#include $(TOPDIR)/feeds/packages/lang/python/python-package.mk #include $(TOPDIR)/feeds/packages/lang/python/python-package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk include $(TOPDIR)/feeds/openwrt_packages/lang/python/python3-package.mk
define Package/samba4/Default define Package/samba4/Default
SECTION:=net SECTION:=net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment