Skip to content
Snippets Groups Projects
Commit f84ae93c authored by cyrus's avatar cyrus
Browse files

odhcpd: Remove prefix class config option as not supported anymore by odhcpd


Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45586 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent a4e804b3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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