summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/grub-bin/Makefile2
-rw-r--r--package/grub/Makefile2
-rw-r--r--package/section.lst3
-rw-r--r--scripts/ipkg-build2
-rw-r--r--tools/adk/pkgmaker.c2
5 files changed, 6 insertions, 5 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile
index b767e616a..7b52cdafa 100644
--- a/package/grub-bin/Makefile
+++ b/package/grub-bin/Makefile
@@ -10,7 +10,7 @@ PKG_VERSION:= 1.98
PKG_RELEASE:= 2
PKG_MD5SUM:= 50dbe739776f904c318be05faf1d7ce5
PKG_DESCR:= GRUB2 bootloader (binary package)
-PKG_SECTION:= base
+PKG_SECTION:= boot
PKG_SITES:= http://openadk.org/distfiles/
PKG_URL:= http://www.gnu.org/software/grub
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 4b429c786..cfe17a227 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -8,7 +8,7 @@ PKG_VERSION:= 1.98
PKG_RELEASE:= 1
PKG_MD5SUM:= c0bcf60e524739bb64e3a2d4e3732a59
PKG_DESCR:= GRUB2 bootloader (source package)
-PKG_SECTION:= base
+PKG_SECTION:= boot
PKG_URL:= http://www.gnu.org/software/grub
PKG_SITES:= ftp://alpha.gnu.org/gnu/grub/
diff --git a/package/section.lst b/package/section.lst
index 795840988..9476cb44d 100644
--- a/package/section.lst
+++ b/package/section.lst
@@ -1,4 +1,5 @@
base Base System
+boot Boot Loaders
browser Browser / Editor / Pager
editor Browser / Editor / Pager
pager Browser / Editor / Pager
@@ -21,7 +22,7 @@ lang Programming / Languages
libs Libraries
mail Mail
misc Misc
-multimedia Multimedia
+multimedia Multimedia / Audio / Video
net Networking
net/fs Network Filesystems
net/misc Networking Misc
diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index 47158c409..22600e8e0 100644
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
@@ -82,7 +82,7 @@ You probably want to remove them: " >&2
[ "$?" -ne 0 ] && PKG_ERROR=1
if [ -z "$section" ]; then
echo "The Section field should have one of the following values:" >&2
- echo "admin, base, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, scm, text, web, x11" >&2
+ echo "admin, base, boot, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, scm, text, web, x11" >&2
fi
priority=`required_field Priority`
diff --git a/tools/adk/pkgmaker.c b/tools/adk/pkgmaker.c
index 3609691b6..d2c444f4f 100644
--- a/tools/adk/pkgmaker.c
+++ b/tools/adk/pkgmaker.c
@@ -33,7 +33,7 @@
#define MAXVALUE 168
#define MAXVAR 64
#define MAXPATH 320
-#define HASHSZ 32
+#define HASHSZ 96
static int nobinpkgs;