diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-08 14:02:50 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-08 14:02:50 (GMT) |
commit | b49f8093246a1ad8b4f1998f48690cfc20d09e52 (patch) | |
tree | c1299683e2f570ce83ee654575fabcd916be80c7 /files/common | |
parent | a4fa439241252bb25559952aeffbffd7f6d9721f (diff) |
generate files/etc/{banner, firmware} from repository state
The new script ./name_firmware is used to generates two files in
openwrt/$REPO/files/ during `make image/...`:
- /etc/firmware (see documentation on firmware id)
- /etc/banner (login banner; generated from the template in
/files/common/etc/banner)
Diffstat (limited to 'files/common')
-rw-r--r-- | files/common/etc/banner | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/common/etc/banner b/files/common/etc/banner new file mode 100644 index 0000000..8ec5cc8 --- /dev/null +++ b/files/common/etc/banner @@ -0,0 +1,13 @@ +################################################################## +# ______ _ __ _ ___ # +# | ___| (_)/ _| | | |_ | # +# | |_ _ __ ___ _| |_ _ _ _ __ | | __ | | ___ _ __ __ _ # +# | _| '__/ _ \ | _| | | | '_ \| |/ / | |/ _ \ '_ \ / _' | # +# | | | | | __/ | | | |_| | | | | < /\__/ / __/ | | | (_| | # +# |_| |_| \___|_|_| \__,_|_| |_|_|\_\ \____/ \___|_| |_|\__,_| # +# # +# * OpenWRT $VWRT # +# * FFJ config $VGIT # +# * Gebaut am $HDATE # +# * http://www.freifunk-jena.de # +################################################################## |