summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2011-01-10bash: set cache-file to /dev/null, breaks cross-compiling otherwisePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10watchdog: binaries are initially installed to /usr/sbin, not /sbinPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10make installation of package network hooks optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10valgrind: fix for somehow broken stuffPhil Sutter
Although I could not find the exact spot, sys/stat.h was included which \#defines st_atime to something making it unusable as custom field identifier. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: fix for installation of duplicate filesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: q_atm.so is installed to /lib, not /usr/libPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: have tc/Makefile really install somethingPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10real solution for the aufs2-util problemPhil Sutter
- export the aufs2 branch's content into a tarball - fetch that tarball from a local mirror (for now) - drop that Makefile patch, can be solved by passing the right params to make Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: fix build of multiple subpackagesPhil Sutter
Instead of replacing INSTALL_{y,m} with the last enabled subpackage in the list, append them. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: subpackage tc needs iptables for compilation (missing xtables.h ↵Phil Sutter
otherwise) Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10wget: install /etc/wgetrc along with the packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10tcpdump: add WITH_CHROOT flavourPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10proftp: ship some /etc/ftpusersPhil Sutter
Taken from gentoo's ftpbase-package. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10ncurses: allow installing the full set of terminfo filesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10glibc: install some glibc-shipped config filesPhil Sutter
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10findutils: split locate into it's own packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: install /etc/mke2fs.conf along with mke2fsPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: need to include unistd.h, otherwise optind is undefinedPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10base-files: change access mode of /tmp where it's createdPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-04fix dependenciesWaldemar Brodkorb
2011-01-04add default config dirWaldemar Brodkorb
2011-01-04add predefined loader cacheWaldemar Brodkorb
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb
2011-01-03make it cross-compileWaldemar Brodkorb
2011-01-03fix cross-compile on DarwinWaldemar Brodkorb
2011-01-03update mplayer to latest svnWaldemar Brodkorb
2011-01-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01be quiet on filesystem creationWaldemar Brodkorb
2011-01-01use /sbin for watchdog binaryWaldemar Brodkorb
2010-12-31fix some error messages, when fstab does not existWaldemar Brodkorb
2010-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-30add new packages mkfontdir and mkfontscaleWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-12-30resolve merge conflictsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-23add new packages syslinux, nasm and qemu (not perfect..)Waldemar Brodkorb
2010-12-23fix compile errorWaldemar Brodkorb
2010-12-22use temporary resolv.conf when using udhcpWaldemar Brodkorb
2010-12-20update to latest upstream versionWaldemar Brodkorb
2010-12-19update to latest upstream versionWaldemar Brodkorb
2010-12-18fix some device node permissionsWaldemar Brodkorb
2010-12-18update to latest upstream versionWaldemar Brodkorb
2010-12-18add directfb flavourWaldemar Brodkorb
2010-12-18add header subpackageWaldemar Brodkorb