Hi all,

find attached two patches that fix a wrong categorizations for the mentioned packages.

libpar2 belongs in libraries
rdiff-backup in utilities

Thanks ede

Index: feeds/packages/libs/libpar2/Makefile
===================================================================
--- feeds/packages/libs/libpar2/Makefile	(Revision 18610)
+++ feeds/packages/libs/libpar2/Makefile	(Arbeitskopie)
@@ -20,8 +20,8 @@
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libpar2
-  SECTION:=net
-  CATEGORY:=Network
+  SECTION:=libs
+  CATEGORY:=Libraries
   DEPENDS:=+libsigcxx
   TITLE:=A library for performing common tasks related to PAR recovery sets
 endef
Index: feeds/packages/utils/rdiff-backup/Makefile
===================================================================
--- feeds/packages/utils/rdiff-backup/Makefile	(Revision 18610)
+++ feeds/packages/utils/rdiff-backup/Makefile	(Arbeitskopie)
@@ -21,9 +21,9 @@
 -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
 
 define Package/rdiff-backup
-  SUBMENU:=Python
-  SECTION:=lang
-  CATEGORY:=Languages
+  SUBMENU:=backup
+  SECTION:=utils
+  CATEGORY:=Utilities
   TITLE:=Incremental backup utility
   URL:=http://www.nongnu.org/rdiff-backup
   DEPENDS:=+python-mini +librsync +libpopt +openssl-util
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to