openwrt-sdk.conf: Start adding package renaming stuff.
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 20 Feb 2008 02:03:06 +0000 (02:03 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 20 Feb 2008 02:03:06 +0000 (02:03 +0000)
conf/distro/openwrt-sdk.conf

index 92e5ac5..0646b17 100644 (file)
@@ -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"