Author: cyrus Date: 2015-04-28 16:58:54 +0200 (Tue, 28 Apr 2015) New Revision: 45586
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: Remove prefix class config option as not supported anymore by odhcpd Signed-off-by: Hans Dedecker <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2015-04-28 14:57:52 UTC (rev 45585) +++ trunk/package/network/services/odhcpd/Makefile 2015-04-28 14:58:54 UTC (rev 45586) @@ -25,10 +25,6 @@ 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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
