Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openwrt-crans-package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nounous
openwrt-crans-package
Commits
da967de3
Commit
da967de3
authored
Mar 05, 2016
by
Hamza Dely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction du README et du Makefile
parent
717a9fe6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
7 deletions
+19
-7
Makefile
Makefile
+2
-2
README.md
README.md
+6
-5
files/etc/config/network.default
files/etc/config/network.default
+0
-0
files/etc/config/system.default
files/etc/config/system.default
+0
-0
files/etc/config/system.uap_pro
files/etc/config/system.uap_pro
+11
-0
No files found.
Makefile
View file @
da967de3
...
...
@@ -32,8 +32,8 @@ endif
ifeq
($(CONFIG_TARGET_ar71xx_generic_TLWR841),y)
MODEL
+=
"tl_wr841nd"
endif
ifndef
$(MODEL)
MODEL
=
"
"
ifndef
MODEL
MODEL
+=
"default
"
endif
define
Package/base-files/conffiles
...
...
README.md
View file @
da967de3
...
...
@@ -52,11 +52,12 @@ de ce dernier:
...
else ($(CONFIG_TARGET_<option correspondante dans le .config>),y)
NETWORKFILE:="network.<modèle de borne>"
else
NETWORKFILE:="network"
...
ifeq ($(CONFIG_TARGET_<option correspondante dans le .config>),y)
MODEL +="<modèle de borne>"
endif
ifndef MODEL
MODEL:="default"
endif
2.
Ajout d'un dossier
...
...
files/etc/config/network
→
files/etc/config/network
.default
View file @
da967de3
File moved
files/etc/config/system
→
files/etc/config/system
.default
View file @
da967de3
File moved
files/etc/config/system.uap_pro
0 → 100644
View file @
da967de3
config system
option timezone 'CET-1CEST'
option zonename 'Europe/Paris'
option log_type file
# thot.crans.org
option log_ip '10.231.148.38'
option log_file /dev/null
config timeserver ntp
option enable_server 0
list server ntp.crans.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment