summaryrefslogtreecommitdiff
path: root/package/base-files/src
AgeCommit message (Collapse)Author
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2010-12-31fix some error messages, when fstab does not existWaldemar 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-22use temporary resolv.conf when using udhcpWaldemar Brodkorb
2010-12-18fix some device node permissionsWaldemar Brodkorb
2010-12-16interfaces contains wpa keys, make it non-readable for the user, optimize ↵Waldemar Brodkorb
init and shutdown
2010-12-16enable automatic filesystem checks for devices/partitions in /etc/fstabWaldemar Brodkorb
2010-12-13optimize hostname stuff, use localhost as defaultWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-25first setup cfgfs, then mount all other volumes, otherwise fstab is ignoredWaldemar Brodkorb
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-21use linux for TERMWaldemar Brodkorb
2010-11-20avoid warning, when already mounted by kernelWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-10fix my broken commit, remount not requiredWaldemar Brodkorb
2010-11-08safe one lineWaldemar Brodkorb
2010-11-07do not log to stderrWaldemar Brodkorb
2010-11-06revert bad commit, exec should not be usedWaldemar Brodkorb
2010-11-05reload usbserial kernel module, after huawei usb stick is connectedWaldemar Brodkorb
2010-11-05execute huawei utility when web'n'walk stick is connectedWaldemar Brodkorb
2010-11-03need to fork startup scripts, otherwise init got exit calls and reboots the ↵Waldemar Brodkorb
system
2010-11-03just remount existing devtmpfsWaldemar Brodkorb
2010-07-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
2010-07-19fix tmpfs size, when /etc/tmpfs is not givenWaldemar Brodkorb
2010-07-16use manual config for base-files, fix fancy promptWaldemar Brodkorb
2010-07-15add fancy prompt with hostnameWaldemar Brodkorb
2010-07-09minor fix for ap modeWaldemar Brodkorb
2010-07-09set wireless extension to 0 by defaultWaldemar Brodkorb
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-07-05add menu based configuration of a passwordWaldemar Brodkorb
2010-07-02kill crond before trying to umount /etcWaldemar Brodkorb
2010-07-02check exit codeWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress.
2010-06-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-13do not export HOME hereWaldemar Brodkorb
2010-05-20activate and refresh support for rb411/rb433Waldemar Brodkorb
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target.
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-04-12basefiles: fix cyclic /var/tmp -> /var/tmp symlinkPhil Sutter
2010-04-12base-files/sysctl.conf: add statement to enable IPv6 forwardingPhil Sutter
2010-03-28implement adkupdate for ag241, add kernel patches for 2.6.33.1Waldemar Brodkorb
2010-03-07check for cfgfsWaldemar Brodkorb
2010-03-07remove obsolete usbfsWaldemar Brodkorb
2010-02-28fixup some wlan ap stuff, still no success on foxg20Waldemar Brodkorb
2010-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
2010-02-13implement WPA client modeWaldemar Brodkorb
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-07umount /boot after updateWaldemar Brodkorb