summaryrefslogtreecommitdiff
path: root/package/base-files/Makefile
AgeCommit message (Collapse)Author
2015-05-06use LD_LIBRARY_PATH for all BCM28XX boardsWaldemar Brodkorb
2015-05-05allow to add a unprivileged userWaldemar Brodkorb
2015-02-10fix shadow file generationWaldemar Brodkorb
2015-02-06use a hash in the configWaldemar Brodkorb
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar.
2015-02-02allow passwords with #Waldemar Brodkorb
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-13on nfsroot link /etc/resolv.conf to /proc/net/pnp to fix dns resolvingWaldemar Brodkorb
2014-12-30add default entries for ipv6Waldemar Brodkorb
2014-12-30mount can fail here, when device is not ready. will be mounted via mdev laterWaldemar Brodkorb
2014-12-28fix wpa2 configfile generation, when static network configuration is usedWaldemar Brodkorb
2014-12-27fix typo, reported by JoergWaldemar Brodkorb
2014-10-06add basic support to preconfigure wpa2Waldemar Brodkorb
2014-08-11check for file existenceWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-11make default mpdbox collection working out of the boxWaldemar Brodkorb
2014-06-27non-verbose fsckWaldemar Brodkorb
2014-06-25add proxy supportWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18package/base-files: tolerate systems without rfkill applicationPhil Sutter
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-05-31do not install ipkg.conf by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-28fix mountingWaldemar Brodkorb
2014-05-27comment the exampleWaldemar Brodkorb
2014-05-23remove, not needed and fails in nfsroot caseWaldemar Brodkorb
2014-05-22fix automount of devices registered in /etc/fstab, when usb-storage is ↵Waldemar Brodkorb
kernel builtin
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb
2014-05-16move adkconfig.gz generation and adkversion to mk/image.mk, otehrwise old ↵Waldemar Brodkorb
data is included
2014-05-10avoid automount of root disk partitions in mdev scriptWaldemar Brodkorb
2014-05-10move bootup code into rcS, we need to setup cfgfs before starting servicesWaldemar Brodkorb
2014-05-07fix some raspberry pi probsWaldemar Brodkorb
2014-05-06add UUID supportWaldemar Brodkorb
2014-05-06logic still required for partitions on boot device, move fsnet to cifs packageWaldemar Brodkorb
2014-05-06fix automounting of usb sticksWaldemar Brodkorb
2014-05-05start shell on serial and vga, if both availableWaldemar Brodkorb
2014-04-29add vfat to supported filesystemsWaldemar Brodkorb
2014-04-04make fsck workWaldemar Brodkorb
2014-03-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-30remove performance killer on bootupWaldemar Brodkorb
2014-03-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-29install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵Waldemar Brodkorb
make prereq
2014-03-26remove git as dependency, we now have snapshot tarballsWaldemar Brodkorb
2014-03-25fix recursive tmp crapWaldemar Brodkorb
2014-03-23fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuffWaldemar Brodkorb
2014-03-23fix ipkg url, to match my server repositoryWaldemar Brodkorb
2014-03-21mdev -s is required for cfgfs, /dev/root is missingWaldemar Brodkorb
2014-03-20DEVICE must be substituted more than once in the lineWaldemar 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