diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-01 23:19:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-01 23:19:54 +0000 |
commit | 7090634edcba3ff8b93098f72805e1f1c7467eff (patch) | |
tree | 7b522eefb61b9fec82d751bca11b9a13b9fb03cf /openwrt/package | |
parent | aba84cd6a5da1af8139286dc0f974aecb754364c (diff) | |
download | mtk-20170518-7090634edcba3ff8b93098f72805e1f1c7467eff.zip mtk-20170518-7090634edcba3ff8b93098f72805e1f1c7467eff.tar.gz mtk-20170518-7090634edcba3ff8b93098f72805e1f1c7467eff.tar.bz2 |
fix typo
SVN-Revision: 4386
Diffstat (limited to 'openwrt/package')
-rwxr-xr-x | openwrt/package/base-files/default/etc/init.d/S40network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S40network b/openwrt/package/base-files/default/etc/init.d/S40network index 20a1184..ec29033 100755 --- a/openwrt/package/base-files/default/etc/init.d/S40network +++ b/openwrt/package/base-files/default/etc/init.d/S40network @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2006 OpenWrt.orga +# Copyright (C) 2006 OpenWrt.org setup_switch() { return 0; } |