diff options
Diffstat (limited to 'package/base-files/files/etc/openwrt_release')
-rw-r--r-- | package/base-files/files/etc/openwrt_release | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/base-files/files/etc/openwrt_release b/package/base-files/files/etc/openwrt_release index 9b2a40c..384386a 100644 --- a/package/base-files/files/etc/openwrt_release +++ b/package/base-files/files/etc/openwrt_release @@ -1,7 +1,7 @@ -DISTRIB_ID='%D' -DISTRIB_RELEASE='%C' -DISTRIB_REVISION='%R' -DISTRIB_CODENAME='%n' -DISTRIB_TARGET='%S' -DISTRIB_DESCRIPTION='%D %N %V' -DISTRIB_TAINTS='%t' +DISTRIB_ID="%D" +DISTRIB_RELEASE="%C" +DISTRIB_REVISION="%R" +DISTRIB_CODENAME="%n" +DISTRIB_TARGET="%S" +DISTRIB_DESCRIPTION="%D %N %V" +DISTRIB_TAINTS="%t" |