Revert commit; really gconv-modules shouldn't be in base and installed by default

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19162 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-01-16 03:41:38 +00:00
parent fa64353f73
commit a0e99fa38f

View File

@ -15,9 +15,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/gconv-modules
SECTION:=libs
CATEGORY:=Base system
CATEGORY:=Libraries
DEPENDS:=@USE_GLIBC
DEFAULT:=y
DEFAULT:=n
TITLE:=The GNU libc charset conversion modules
endef