mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
net-generic.patch : lines changed order in the new version disable-version-check.patch : additional code to be removed from the function which is being deleted. Changelog: https://github.com/webmin/webmin/releases/tag/2.303 Changelog: https://github.com/webmin/webmin/releases/tag/2.302 Changelog: https://github.com/webmin/webmin/releases/tag/2.301 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
1.1 KiB
Diff
21 lines
1.1 KiB
Diff
Add support for configuring network interfaces on a generic linux system
|
|
|
|
Upstream-Status: Inappropriate [config]
|
|
|
|
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|
--- a/net/module.info
|
|
+++ b/net/module.info
|
|
@@ -1,6 +1,6 @@
|
|
name=Networking
|
|
category=net
|
|
-os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
|
|
+os_support=generic-linux solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* open-linux unixware turbo-linux/4.0 freebsd/3.2-* openbsd debian-linux/2.2-* cobalt-linux/2.2-* msc-linux gentoo-linux macos/1.5-* trustix-linux slackware-linux/8.0-* openmamba-linux cygwin windows pardus-linux
|
|
desc=Network Configuration
|
|
longdesc=Configure boot time and active interfaces, DNS, routing and /etc/hosts.
|
|
readonly=1
|
|
--- /dev/null
|
|
+++ b/net/generic-linux-lib.pl
|
|
@@ -0,0 +1,2 @@
|
|
+do 'linux-lib.pl';
|
|
+
|