summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-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--target/arm/sys-available/keyasic-ka20004
-rw-r--r--tools/adk/pkgmaker.c2
7 files changed, 12 insertions, 7 deletions
diff --git a/TODO b/TODO
index 6ed76a44d..66b911c99 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+- add hash-style=gnu for non-mips non-musl
+- add amr hard and softfloat toolchains
+- add misp64 n32/n64 toolchains
+- add support for static toolchains
- cleanup toolchain building, add toolchain archive creation target
- add fb full screen logo
- update uclibc to git
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/target/arm/sys-available/keyasic-ka2000 b/target/arm/sys-available/keyasic-ka2000
index d4ed74282..cc193e2ef 100644
--- a/target/arm/sys-available/keyasic-ka2000
+++ b/target/arm/sys-available/keyasic-ka2000
@@ -8,8 +8,8 @@ config ADK_TARGET_SYSTEM_KEYASIC_KA2000
select ADK_CPU_ARMV5
select ADK_TARGET_NO_FPU
select ADK_TOOLCHAIN
- select ADK_STATIC
- select BUSYBOX_STATIC
+ select ADK_STATIC if ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_MUSL
+ select BUSYBOX_STATIC if ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_MUSL
help
KeyASIC KA2000 aka Transcend WifiSD.
Build a toolchain only and make all binaries static.
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;