summaryrefslogtreecommitdiff
path: root/package/base-files/files
AgeCommit message (Collapse)Author
2018-08-13Add simple autologin program to be started by gettydir
@upstream
2018-08-13Implement mdev logging output on demanddir
@upstream
2018-06-03when OpenADK nfsroot is used for Gentoo installation, /dev/fd is requiredWaldemar Brodkorb
2016-11-27finetune systemd/sysv integration, use /var tmpfs mountpointWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-01use TERM linux, otherwise there are problems with vimWaldemar Brodkorb
2016-10-29sysvinit: add experimental support for non busybox initWaldemar Brodkorb
2015-12-24add missing netinfo fileWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-11-01move remount of /dev to rcdev, to fix static /dev usageWaldemar Brodkorb
2015-10-24forget to add new fileWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-06-28enable using udev for automatic module loadingBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2014-05-31do not install ipkg.conf by defaultWaldemar Brodkorb
2014-05-05start shell on serial and vga, if both availableWaldemar Brodkorb
2014-03-23use as login shell for job controlWaldemar Brodkorb
2014-03-19rework getty/shell runtime options, add git as dependency, used in ↵Waldemar Brodkorb
base-files and is always good to create patches, get updates,..
2014-03-19add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while thereWaldemar 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-11-30add more config files, to prevent accidental override by ipkgWaldemar Brodkorb
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-04-04remove /etc/network/interfaces, not available on nfsrootWaldemar Brodkorb
2009-05-31remove to extra to avoid installing package metafilesWaldemar Brodkorb
2009-05-30fix x11 compile and other stuffWaldemar Brodkorb
- fix uclibc libx11 compile - fix empty banner - fix rdate init script
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx