Revert commit; really gconv-modules shouldn't be in base and installed by default
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 03:41:38 +0000 (03:41 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 03:41:38 +0000 (03:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19162 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/gconv-modules/Makefile

index 15931e3..2bff5a6 100644 (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