From: Nicolas Thill Date: Tue, 31 Oct 2006 11:37:52 +0000 (+0000) Subject: fix rrs build with the SDK X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=71c1044f63c8a69d8c9605b1203fae1dc1dfe390;p=openwrt%2Fsvn-archive%2Farchive.git fix rrs build with the SDK SVN-Revision: 5358 --- diff --git a/net/rrs/Makefile b/net/rrs/Makefile index 354b238567..0bd2b54e95 100644 --- a/net/rrs/Makefile +++ b/net/rrs/Makefile @@ -39,6 +39,11 @@ define Package/rrs-nossl TITLE+= (without SSL support) endef +ifneq ($(SDK),) + CONFIG_PACKAGE_rrs:=m + CONFIG_PACKAGE_rrs-nossl:=m +endif + define Build/Compile/Template $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \