aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-28 14:58:54 +0000
committerSteven Barth <steven@midlink.org>2015-04-28 14:58:54 +0000
commit062fc9376912214688684e53825fc382c4076e7e (patch)
tree433efcdbeaf98b85903041d8688ca12d3498d425 /package/network/services/odhcpd
parent33762a8e8766182410ce3e468506cd16952cf069 (diff)
downloadmaster-187ad058-062fc9376912214688684e53825fc382c4076e7e.tar.gz
master-187ad058-062fc9376912214688684e53825fc382c4076e7e.tar.bz2
master-187ad058-062fc9376912214688684e53825fc382c4076e7e.zip
odhcpd: Remove prefix class config option as not supported anymore by odhcpd
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45586 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd')
-rw-r--r--package/network/services/odhcpd/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 635a251123..22b9e38768 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -25,10 +25,6 @@ include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS += -DUBUS=1
-ifneq ($(CONFIG_PACKAGE_odhcpd_ext_prefix_class),0)
- CMAKE_OPTIONS += -DEXT_PREFIX_CLASS=$(CONFIG_PACKAGE_odhcpd_ext_prefix_class)
-endif
-
ifneq ($(CONFIG_PACKAGE_odhcpd_ext_cer_id),0)
CMAKE_OPTIONS += -DEXT_CER_ID=$(CONFIG_PACKAGE_odhcpd_ext_cer_id)
endif
@@ -42,10 +38,6 @@ define Package/odhcpd
endef
define Package/odhcpd/config
- config PACKAGE_odhcpd_ext_prefix_class
- int "Prefix Class Extension ID (0 = disabled)"
- depends on PACKAGE_odhcpd
- default 0
config PACKAGE_odhcpd_ext_cer_id
int "CER-ID Extension ID (0 = disabled)"
depends on PACKAGE_odhcpd