mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 20:04:36 +00:00
odhcpd: Remove prefix class config option as not supported anymore by odhcpd
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45586
This commit is contained in:
parent
64aa0929b9
commit
4fb99ec22f
@ -25,10 +25,6 @@ include $(INCLUDE_DIR)/cmake.mk
|
|||||||
|
|
||||||
CMAKE_OPTIONS += -DUBUS=1
|
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)
|
ifneq ($(CONFIG_PACKAGE_odhcpd_ext_cer_id),0)
|
||||||
CMAKE_OPTIONS += -DEXT_CER_ID=$(CONFIG_PACKAGE_odhcpd_ext_cer_id)
|
CMAKE_OPTIONS += -DEXT_CER_ID=$(CONFIG_PACKAGE_odhcpd_ext_cer_id)
|
||||||
endif
|
endif
|
||||||
@ -42,10 +38,6 @@ define Package/odhcpd
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/odhcpd/config
|
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
|
config PACKAGE_odhcpd_ext_cer_id
|
||||||
int "CER-ID Extension ID (0 = disabled)"
|
int "CER-ID Extension ID (0 = disabled)"
|
||||||
depends on PACKAGE_odhcpd
|
depends on PACKAGE_odhcpd
|
||||||
|
Loading…
Reference in New Issue
Block a user