summaryrefslogtreecommitdiff
path: root/package/base-files/Makefile
AgeCommit message (Collapse)Author
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-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar 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-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-15create ipkg dir to avoid warningsWaldemar Brodkorb
2010-12-13optimize hostname stuff, use localhost as defaultWaldemar Brodkorb
2010-12-02do not delete interfaces files, create empty fileWaldemar 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-22use ADK_HW for target hardware profile informationWaldemar Brodkorb
2010-11-21use linux for TERMWaldemar Brodkorb
2010-11-20avoid warning, when already mounted by kernelWaldemar 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-09-16fintune rebuild stuff, fix some warningsWaldemar Brodkorb
2010-09-15rebuild packages on flavour or choices changeWaldemar Brodkorb
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt.
2010-07-16use manual config for base-files, fix fancy promptWaldemar Brodkorb
2010-07-14misc stuffWaldemar Brodkorb
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-07-09minor fix for ap modeWaldemar 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-02fix daemon modeWaldemar Brodkorb
2010-07-02add a small udp based daemonWaldemar Brodkorb
2010-07-01do not install resolv.conf symlinkWaldemar Brodkorb
all productive targets use cfgfs, with a /etc on tmpfs, so no need for this symlink. Users of extra dir can now provide their own resolv.conf copy. dhcp and ppp users shouldn't care about this change.
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-02-24allow for target/<DEV>/files to be empty/non-existentPhil Sutter
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-30do not install interfaces file on NFSROOT filesystemsWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-20simplify base-files package and default onWaldemar Brodkorb
no extra PKG_ID is needed anymore, we do not use filesystem or target specific startup scripts. Ignore .menu.
2009-11-20create dirs in Makefile to avoid buildsystem warningsWaldemar Brodkorb
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-09-17add a method to avoid /tmp as tmpfsWaldemar Brodkorb
- useful f.e. for a shuttle pc - fix tty permissions, needed for non-root users
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-06-01enable X11 XVideo ExtensionsWaldemar Brodkorb
- add a new libXv package - optimize xorg-server configuration - remove some obeolete ipkg files - enable X11 for mplayer - fix ruby package