Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
openwrt-crans-package
Commits
3eb629d8
Commit
3eb629d8
authored
Mar 24, 2016
by
Hamza Dely
Browse files
Correction du Makefile pour configuration auto en fonction du type de borne
parent
89c14015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3eb629d8
...
...
@@ -24,16 +24,16 @@ MODEL=
# Pour installer les confs spécifiques, il faut regarder quel est le type de borne ciblé
ifeq
($(CONFIG_TARGET_ar71xx_generic_ESR1750),y)
MODEL
+
=
"esr1750"
MODEL
:
=
"esr1750"
endif
ifeq
($(CONFIG_TARGET_ar71xx_generic_UAPPRO),y)
MODEL
+
=
"uap_pro"
MODEL
:
=
"uap_pro"
endif
ifeq
($(CONFIG_TARGET_ar71xx_generic_TLWR841),y)
MODEL
+
=
"tl_wr841nd"
MODEL
:
=
"tl_wr841nd"
endif
ifndef
MODEL
MODEL
+
=
"default"
MODEL
:
=
"default"
endif
define
Package/base-files/conffiles
...
...
Write
Preview
Supports
Markdown
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