summaryrefslogtreecommitdiff
path: root/conf/distro/openwrt-sdk.conf
AgeCommit message (Collapse)AuthorFiles
2008-02-20openwrt-sdk.conf: Start adding package renaming stuff.Paul Sokolovsky1
2008-01-09openwrt-sdk.conf: Elaborate, tested to actually work.Paul Sokolovsky1
* Set IPKGBUILDCMD to produce openwrt-compatible packages (tar.gz toplevel wrap instead of ar). Caveat: latest ipkg-make-index doesn't support these. Pre-latest, doesn't throw error, but generates crap still. * Added ASSUME_SHLIB for libm.
2007-12-19distro/openwrt-sdk.conf: Distro config to build packages for OpenWRT.Paul Sokolovsky1
* Only package building is supported (not images). * Uses SDK tarballs from OpenWRT projects. * The distro itself is fully target-agnostic, you should just install correct SDK tarball and pass correct TARGET_ARCH (using environment vs local.conf is highly recommended).