Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
ad99881b
Commit
ad99881b
authored
11 years ago
by
Jan-Philipp Litza
Browse files
Options
Downloads
Patches
Plain Diff
remove kmod-usb-storage and kmod-usb-storage-extra
Fixes #65
parent
81a2e2d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/profiles.mk
+4
-9
4 additions, 9 deletions
include/profiles.mk
with
4 additions
and
9 deletions
include/profiles.mk
+
4
−
9
View file @
ad99881b
# List of hardware profiles
USB_PACKAGES
:=
block-mount kmod-fs-ext4 kmod-fs-vfat kmod-usb-storage kmod-usb-storage-extras blkid swap-utils
\
kmod-nls-cp1250 kmod-nls-cp1251 kmod-nls-cp437 kmod-nls-cp775 kmod-nls-cp850 kmod-nls-cp852 kmod-nls-cp866
\
kmod-nls-iso8859-1 kmod-nls-iso8859-13 kmod-nls-iso8859-15 kmod-nls-iso8859-2 kmod-nls-koi8r kmod-nls-utf8
## TP-Link
# TL-WR740N v1, v3, v4
...
...
@@ -27,7 +22,7 @@ $(eval $(call GluonModel,TLWR841,tl-wr841nd-v7-squashfs,tp-link-tl-wr841n-nd-v7)
$(
eval
$(
call GluonModel,TLWR841,tl-wr841n-v8-squashfs,tp-link-tl-wr841n-nd-v8
))
# TL-WR842N/ND v1
$(
eval
$(
call GluonProfile,TLWR842
,
$(
USB_PACKAGES
)
))
$(
eval
$(
call GluonProfile,TLWR842
))
$(
eval
$(
call GluonModel,TLWR842,tl-wr842n-v1-squashfs,tp-link-tl-wr842n-nd-v1
))
# TL-WR941N/ND v2, v3, v4
...
...
@@ -37,11 +32,11 @@ $(eval $(call GluonModel,TLWR941,tl-wr941nd-v3-squashfs,tp-link-tl-wr941n-nd-v3)
$(
eval
$(
call GluonModel,TLWR941,tl-wr941nd-v4-squashfs,tp-link-tl-wr941n-nd-v4
))
# TL-WR1043N/ND v1
$(
eval
$(
call GluonProfile,TLWR1043
,
$(
USB_PACKAGES
)
))
$(
eval
$(
call GluonProfile,TLWR1043
))
$(
eval
$(
call GluonModel,TLWR1043,tl-wr1043nd-v1-squashfs,tp-link-tl-wr1043n-nd-v1
))
# TL-WDR350/3600/4300 v1
$(
eval
$(
call GluonProfile,TLWDR4300
,
$(
USB_PACKAGES
)
))
$(
eval
$(
call GluonProfile,TLWDR4300
))
$(
eval
$(
call GluonModel,TLWDR4300,tl-wdr3500-v1-squashfs,tp-link-tl-wdr3500-v1
))
$(
eval
$(
call GluonModel,TLWDR4300,tl-wdr3600-v1-squashfs,tp-link-tl-wdr3600-v1
))
$(
eval
$(
call GluonModel,TLWDR4300,tl-wdr4300-v1-squashfs,tp-link-tl-wdr4300-v1
))
...
...
@@ -63,7 +58,7 @@ $(eval $(call GluonProfile,TLMR3420))
$(
eval
$(
call GluonModel,TLMR3420,tl-mr3420-v1-squashfs,tp-link-tl-mr3420-v1
))
## Ubiquiti (everything)
$(
eval
$(
call GluonProfile,UBNT
,
$(
USB_PACKAGES
)
))
$(
eval
$(
call GluonProfile,UBNT
))
$(
eval
$(
call GluonModel,UBNT,ubnt-bullet-m-squashfs,ubiquiti-bullet-m
))
$(
eval
$(
call GluonModel,UBNT,ubnt-nano-m-squashfs,ubiquiti-nanostation-m
))
$(
eval
$(
call GluonModel,UBNT,ubnt-unifi-squashfs,ubiquiti-unifi
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment