Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
3b5a8548
Commit
3b5a8548
authored
12 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
move mmc driver to target specific modules.mk
SVN-Revision: 32859
parent
18038c80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/kernel/modules/other.mk
+0
-16
0 additions, 16 deletions
package/kernel/modules/other.mk
target/linux/avr32/modules.mk
+17
-0
17 additions, 0 deletions
target/linux/avr32/modules.mk
with
17 additions
and
16 deletions
package/kernel/modules/other.mk
+
0
−
16
View file @
3b5a8548
...
@@ -342,22 +342,6 @@ endef
...
@@ -342,22 +342,6 @@ endef
$(
eval
$(
call KernelPackage,mmc
))
$(
eval
$(
call KernelPackage,mmc
))
define
KernelPackage/mmc-atmelmci
SUBMENU
:=
$(
OTHER_MENU
)
TITLE
:=
Amtel MMC Support
DEPENDS
:=
@TARGET_avr32 +kmod-mmc
KCONFIG
:=
CONFIG_MMC_ATMELMCI
FILES
:=
$(
LINUX_DIR
)
/drivers/mmc/host/atmel-mci.ko
AUTOLOAD
:=
$(
call AutoLoad,90,atmel-mci
)
endef
define
KernelPackage/mmc-atmelmci/description
Kernel
support
for
Atmel
Multimedia
Card
Interface.
endef
$(
eval
$(
call KernelPackage,mmc-atmelmci,1
))
define
KernelPackage/oprofile
define
KernelPackage/oprofile
SUBMENU
:=
$(
OTHER_MENU
)
SUBMENU
:=
$(
OTHER_MENU
)
TITLE
:=
OProfile profiling support
TITLE
:=
OProfile profiling support
...
...
This diff is collapsed.
Click to expand it.
target/linux/avr32/modules.mk
+
17
−
0
View file @
3b5a8548
...
@@ -19,3 +19,20 @@ define KernelPackage/atmel-wdt/description
...
@@ -19,3 +19,20 @@ define KernelPackage/atmel-wdt/description
endef
endef
$(
eval
$(
call KernelPackage,atmel-wdt
))
$(
eval
$(
call KernelPackage,atmel-wdt
))
define
KernelPackage/mmc-atmelmci
SUBMENU
:=
$(
OTHER_MENU
)
TITLE
:=
Amtel MMC Support
DEPENDS
:=
@TARGET_avr32 +kmod-mmc
KCONFIG
:=
CONFIG_MMC_ATMELMCI
FILES
:=
$(
LINUX_DIR
)
/drivers/mmc/host/atmel-mci.ko
AUTOLOAD
:=
$(
call AutoLoad,90,atmel-mci
)
endef
define
KernelPackage/mmc-atmelmci/description
Kernel
support
for
Atmel
Multimedia
Card
Interface.
endef
$(
eval
$(
call KernelPackage,mmc-atmelmci,1
))
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