Browse Source

move to base

Waldemar Brodkorb 11 years ago
parent
commit
3ec25aad8f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/libpthread/Makefile
  2. 1 1
      package/librt/Makefile

+ 1 - 1
package/libpthread/Makefile

@@ -15,7 +15,7 @@ endif
 
 PKG_NAME:=		libpthread
 PKG_DESCR:=		posix threading library
-PKG_SECTION:=		libs/misc
+PKG_SECTION:=		base/libs
 PKG_OPTS:=		noremove nostaging noscripts
 
 NO_DISTFILES:=		1

+ 1 - 1
package/librt/Makefile

@@ -12,7 +12,7 @@ endif
 
 PKG_NAME:=		librt
 PKG_DESCR:=		realtime library
-PKG_SECTION:=		libs/misc
+PKG_SECTION:=		base/libs
 PKG_OPTS:=		noremove
 
 NO_DISTFILES:=		1