aboutsummaryrefslogtreecommitdiff
path: root/target/linux/x86/base-files.mk
Commit message (Collapse)AuthorAge
* target: Make TARGET_SERIAL independent of GRUB configurationHauke Mehrtens2023-11-29
| | | | | | | | | | | | | GRUB_SERIAL is also used for the default serial on the target and not only in grub. When no grub was build it was not available and the build fails. Rename GRUB_SERIAL to TARGET_SERIAL and make it always available on x86 and armsr targets. Fixes: #14063 Fixes: b10768476f9d ("x86,armsr: interpolate GRUB_SERIAL into /etc/inittab") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* x86,armsr: interpolate GRUB_SERIAL into /etc/inittabPhilip Prindeville2023-11-19
| | | | | | | | | Some platforms have their console on other ports than ttyS0, so allow the developer to tailor this on bespoke platform images. Fixes issue #13401. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* x86: remove spurious delete of /etc/config/networkFelix Fietkau2015-02-24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44513
* x86: fix condition in base-files.mkJo-Philipp Wich2013-10-18
| | | | | | | | | | | | TARGET_x86_generic_Soekris48xx is not defined, CONFIG_TARGET_x86_generic_Soekris48xx is This changes makes it possible to override the network config for soekris net48xx and net45xx targets. Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 38450
* Restrict Soekris specific base-files handling to Soekris profiles, based on ↵Jo-Philipp Wich2011-06-19
| | | | | | patch by Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27241
* x86/soekris: Add defconfig for soekris net4801 and net4826Felix Fietkau2011-01-26
| | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25103
* made HOME=/root global instead of x86 specificJohn Crispin2007-09-19
| | | | SVN-Revision: 8845
* root users folder is now in the fs and no longer /tmpJohn Crispin2007-09-19
SVN-Revision: 8844