diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-20 02:03:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-20 02:03:06 +0000 |
commit | fd0389bfa4e929d119e4d0aada7d6016762b4835 (patch) | |
tree | 61248cd1eab3dcc9468b85c85d0d03c7f44703e6 /conf | |
parent | baf2170838af7e63f7aea9049972018e27d36957 (diff) |
openwrt-sdk.conf: Start adding package renaming stuff.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openwrt-sdk.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/openwrt-sdk.conf b/conf/distro/openwrt-sdk.conf index 92e5ac5b39..0646b17f90 100644 --- a/conf/distro/openwrt-sdk.conf +++ b/conf/distro/openwrt-sdk.conf @@ -20,10 +20,14 @@ require conf/distro/generic-uclibc.conf DISTRO_NAME = "OpenWRT" DISTRO_REVISION = "2" +# Build ipk's wrapped with tar.gz instead of ar, like OpenWRT has them IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0" # This is what lives in SDK ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc" +# Rename packages to names used in OpenWRT +PKG_ncurses = "libncurses" + # Make sure that we have correct package dependencies for SDK-provided libs. ASSUME_SHLIBS += "libc.so.0:uclibc libm.so.0:uclibc libgcc_s.so.1:libgcc" |